home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Algorithms for Image Analysis
/
Practical Algorithms for Image Analysis.iso
/
LIBIMAGE
/
GDFONTG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1999-09-11
|
308b
|
15 lines
#ifndef GDFONTG_H
#define GDFONTG_H 1
/* gdfontg.h: brings in the largest of the provided fonts.
* Also link with gdfontg.c. */
#include "gd.h"
/* 9x15B font derived from a public domain font in the X
* distribution. Contains the 127 standard ascii characters. */
extern gdFontPtr gdFontGiant;
#endif